getkeyboardstate (user32)
Last changed: -174.107.131.200

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern bool GetKeyboardState(byte [] lpKeyState);

VB Signature:

Declare Function GetKeyboardState Lib "user32" ( _
   ByRef pbKeyState As Byte) As Integer

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation